前段时间使用vim作为Go的开发编辑环境,顺便使用了几个不错的plugin,值得推荐一下:
Vim的强大之处,在于丰富的plugin生态,使用plugin必然缺不了plugin的管理器
Vim plugin manager:Vundle, Neobundle 等neocomplete 关键字补全
go development vim plugin vim-go
vim-go 依赖其他的组件实现更加强大的类IDE功能 其中包括neocomplete,tagbar,
tagbar 视图功能
molokai 色彩主题
nerdtree 代码目录树视图
unite 高级文件查找和显示
the_platinum_searcher 高级代码查找工具, 可以配合unite使用
综上使用,可以帮助你快速的go代码开发和阅读
参考:
- https://github.com/VundleVim/Vundle.vim
- https://github.com/Shougo/neobundle.vim
- https://github.com/Shougo/neocomplete.vim
- https://github.com/fatih/vim-go
- https://github.com/majutsushi/tagbar
- https://github.com/fatih/molokai
- https://github.com/scrooloose/nerdtree
- https://github.com/Shougo/unite.vim
- https://github.com/monochromegane/the_platinum_searcher